home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / misc / emu / bffs12.readme < prev    next >
Text File  |  1993-02-24  |  4KB  |  92 lines

  1. Short: Berkeley Fast FileSystem (readonly) v1.2
  2.  
  3. Version 1.2 of BFFS  (Read-Only)      Distribution is 02-21-93
  4. -----------------------------------------------------------------------
  5.  
  6. Berkeley Fast Filesystem (©) for AmigaDOS.
  7.  
  8. BFFSFilesystem allows you to mount (and use) Unix filesystems directly
  9. under AmigaDOS.  Utility is similar to CrossDOS (©) from Consultron and
  10. the CD-ROM filesystems for the Amiga.
  11.  
  12. Currently, this is a one-way tool.  You MAY NOT write to Unix disks
  13. from AmigaDOS.  The package has not been crippled in any way; the
  14. write routines are just not finished yet.
  15.  
  16. This package was co-authored by Bill Moore and Chris Hooper.  Bill
  17. Moore has since acquired other projects, so this product will be
  18. maintained and supported entirely by Chris Hooper.
  19.  
  20. -----------------------------------------------------------------------
  21. legal_information
  22.     Please read this first.  By using this product you automatically
  23.     agree to all terms and conditions stated in the above file.
  24.  
  25. BFFSFilesSystem - Berkeley FFS implementation filesystem for AmigaDOS
  26.     This is the Read-Only version of the filesystem.  A Read-Write
  27.     version is in the works, but will not be available for some time.
  28.  
  29. bin/dumpfs - Show various [useless] BFFS filesystem parameters; requires
  30.          volume already mounted
  31.  
  32. MountList.BFFS  - AmigaDOS mountlist for filesystem
  33.     FileSystem entry has to change if you don't put BFFSFileSystem in l:
  34.     Device entry changes depending on which device your filesystem is on.
  35.         For 2090 controllers, use hddisk.device.
  36.         For 2091 controllers, use scsi.device.
  37.         For IVS contollers, use IVS_SCSI.device.
  38.         For floppies, use messydisk.device from MessyDOS
  39.                 [or mfm.device from CrossDOS].
  40.         For filesystems in a file, use fmsdisk.device.
  41.     Unit entry changes depending on device.
  42.     Mount entry does not matter.
  43.     Stacksize should be left at 1024.
  44.     Priority should be left at 5.
  45.     GlobVec should be left at -1.
  46.     LowCyl should be set to the beginning cylinder of the filesystem.
  47.         For Sun-formatted disks, this is best set at 0.
  48.         For AmigaDOS disks with Amiga partitions and Unix partitions,
  49.             set this to the cylinder number HDToolBox gives you as
  50.             the starting cylinder for the partition.
  51.     HighCyl does not matter (but WILL be used in the Read-Write version).
  52.     Surfaces should be set to your drive's geometry [info from HDToolBox].
  53.     BlocksPerTrack should be set per your drive's geometry [info from HDToolBox].
  54.     Buffers should be set to the number of 512-byte blocks of system memory
  55.         you want to devote to the cache.  Minimum of 4 is required.
  56.     Reserved is the Unix partition on the media you want to access.  Currently,
  57.         this is only used in conjunction with disks having a Sun boot block.
  58.         Set it to zero for anything else.  Incidentally, this allows you
  59.         to have multiple BFFS partitions within a single AmigaDOS partition,
  60.         but that is beyond the scope of this document.
  61.  
  62.  
  63. These are not included in this distribution since they have not changed
  64. since version 1.1.  If you want any of these utilties, please get
  65. the 1.1 version of BFFS.
  66.  
  67. Extra (ported) utilities:  Do NOT use ANY of these if you don't already
  68.                            know what they are and how to use them!
  69. --------------------------------------------------------------------------
  70. bin/newfs - 4.3 BSD Tahoe source ported to the Amiga
  71.     This program pretty much requires the disk be
  72. bin/fsck - 4.3 BSD Tahoe source ported to the Amiga
  73.     This program (almost) requires a Sun disk label.
  74.     It will also NOT work correctly with SunOS 4.1.2 newfs'ed partitions,
  75.     as Sun has changed its cylinder summary information slightly.
  76. bin/part - 4.3 BSD Tahoe source ported to the Amiga (requires Sun disk label)
  77.     This program requires a Sun disk label.  It allows you to
  78.     edit the boot area information stored in the first sector
  79.     of the disk (Amiga disk partition).
  80. bin/dtab - 4.3 BSD Tahoe source ported to the Amiga
  81.     This program will show Berkeley defaults for sizing partitions
  82.     on disk of specified size.  It's rather useless under AmigaDOS,
  83.     but was rather easy to port.
  84.  
  85.  
  86. Useful [but dangerous] extras:  (warning, I kissed a 9MB partition goodbye :)
  87. ---------------------------------------------------------------------------
  88. bin/devtofile - Read raw blocks from a device to AmigaDOS file
  89. bin/filetodev - Write raw blocks to a device from AmigaDOS file
  90.     These programs could be nicer - you have to specify the start block
  91.     number offset.  Rude if it's a partition you want to copy.
  92.